home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_124
/
BUTTONCONDACTION on(release, keyPress t).as
Wrap
Text File
|
2002-05-21
|
244b
|
17 lines
on(release, keyPress "t"){
if(state == 4)
{
stopAllSounds();
gotoAndStop(1132);
}
else if(state == 9)
{
stopAllSounds();
gotoAndStop(1292);
}
else
{
gotoAndStop(283);
}
}